CSharpTest.Net
XmlConfiguration<T> Class Members
See Also  Fields  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace : XmlConfiguration<T> Class


Glossary Item Box

The following tables list the members exposed by XmlConfiguration<T>.

Public Constructors

 NameDescription
Public ConstructorXmlConfiguration<T> ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)XmlSchemaAllows explicit setting of the XmlSchema to use when validating the xml input.  
Top

Public Properties

 NameDescription
Public PropertyElementInformationGets an System.Configuration.ElementInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAllAttributesExceptGets the collection of locked attributes. (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAllElementsExceptGets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAttributesGets the collection of locked attributes (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockElementsGets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockItemGets or sets a value indicating whether the element is locked. (Inherited from System.Configuration.ConfigurationElement)
Public PropertySectionInformationGets a System.Configuration.SectionInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationSection object. (Inherited from System.Configuration.ConfigurationSection)
Public PropertySettingsAllows access to the deserialized data  
Top

Protected Properties

Public Methods

 NameDescription
Public MethodIsReadOnlyGets a value indicating whether the System.Configuration.ConfigurationElement object is read-only. (Inherited from System.Configuration.ConfigurationElement)
Public Methodstatic (Shared in Visual Basic)ReadConfigReads and extracts the configuration settings from the current application's configuraiton file  
Public Methodstatic (Shared in Visual Basic)ReadXmlOverloaded. Deserialize the xml configuration directly from an XmlReader instance  
Top

Protected Methods

 NameDescription
Protected MethodDeserializeSectionOverridden. The main work goes here, builds the reader and validator and deserializes the object.  
Protected MethodListErrorsAdds the invalid-property errors in this System.Configuration.ConfigurationElement object, and in all subelements, to the passed list. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodOnDeserializeUnrecognizedAttributeGets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodOnDeserializeUnrecognizedElementGets a value indicating whether an unknown element is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodOnRequiredPropertyNotFoundThrows an exception when a required property is not found. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodPostDeserializeCalled after deserialization. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodPreSerializeCalled before serialization. (Inherited from System.Configuration.ConfigurationElement)
Protected MethodReadCompleteProvides a derived class with the ability to do post-read validation not represented in the xsd (or in place of an xsd).  
Protected MethodSetPropertyValueSets a property to the specified value. (Inherited from System.Configuration.ConfigurationElement)
Top

Public Operators

public Operator Implicit Type Conversion Allows implicit casting of the configuration element to the actual type contained.
Top

See Also

Generated with Document! X 2011 by Innovasys